summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-08-27 06:19:03 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-08-27 06:19:03 +0200
commit037f82025ca0fc66ce1f02d4e1ab852f7261bb3f (patch)
treecaaffb7924045b3b6794037043b575d85de35f4c
parentandroid: Properly adjust emulation surface aspect ratio (diff)
downloadyuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.gz
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.bz2
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.lz
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.xz
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.zst
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.zip
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 36e2dac98..933244140 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -56,7 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:name="org.yuzu.yuzu_emu.activities.EmulationActivity"
android:theme="@style/Theme.Yuzu.Main"
android:launchMode="singleTop"
- android:screenOrientation="userLandscape"
android:supportsPictureInPicture="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
android:exported="true">